/* Default error colouring */
article, nav, header, footer, aside, hgroup, section {
  display: block; }

div.fieldWithErrors {
  display: inline; }

#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px; }

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626; }

/* Browser Hacks */
a {
  /* remove borders from images */
  /*
  Firefox Dotted Line Fix
    - http://sonspring.com/journal/removing-dotted-links
  */ }
  a img {
    border: 0px none; }
  a:focus {
    outline: none; }

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix, section {
  display: inline-block; }
  .clearfix:after, section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* Hide from IE Mac \*/
.clearfix, section {
  display: block; }

/* End hide from IE Mac */
/* alignment styles */
.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.text-align-justify {
  text-align: justify; }

/* block alignment styles */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px; }

.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px; }

/* font sizes */
.font-size-small {
  font-size: 0.75em; }

.font-size-normal {
  font-size: 1em; }

.font-size-large {
  font-size: 1.25em; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 */

body {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  margin: 0; }

h1, h2, h3 {
  margin-top: 0; }

a {
  color: #3420D3; }

#body_content_title {
  display: none; }

header {
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
  background: -moz-linear-gradient(top, #555555, #222222);
  color: #FFF;
  font-weight: bold;
  position: relative;
  padding: 15px 100px; }
  header #logo {
    margin: 0;
    font-size: 24px; }
  header a {
    color: #FFF;
    text-decoration: none; }
  header ul {
    position: absolute;
    right: 100px;
    top: 18px;
    list-style: none;
    margin: 0; }
    header ul li {
      float: left;
      padding: 2px 10px;
      border-right: solid 2px #6F6F6F; }
      header ul li.last {
        border-right: none; }

#banner {
  background-color: #852A2C;
  padding: 20px 100px;
  font-weight: normal;
  font-style: italic;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#a03133), to(#722324));
  background: -moz-linear-gradient(top, #a03133, #722324);
  -moz-box-shadow: 0 2px 8px 2px #000;
  -webkit-box-shadow: 0 2px 6px 2px #000;
  margin-bottom: 30px; }
  #banner p {
    margin: 0;
    padding-top: 32px;
    font-size: 34px; }
    #banner p.font-size-small {
      padding-top: 10px;
      font-size: 20px;
      color: #EAA29F; }

#body_content {
  position: relative; }
  #body_content #body {
    margin: 25px 100px;
    min-width: 25em;
    max-width: 32em;
    line-height: 130%; }
    #body_content #body li {
      margin-bottom: 10px;
      padding-left: 3px; }
  #body_content .image-align-left {
    margin-right: 40px; }
  #body_content #side_body {
    position: absolute;
    top: 0;
    right: 100px;
    width: 250px; }
    #body_content #side_body p {
      color: #777;
      font-size: 14px; }
    #body_content #side_body div#pill-section-links {
      line-height: 120%; }
      #body_content #side_body div#pill-section-links p {
        margin: 7px; }
  #body_content #new_inquiry {
    margin: 25px 100px;
    position: center; }
  #body_content .pill-section-title {
    font-weight: bold; }
  #body_content p.mono {
    font-family: "Courier New", Courier, monospace; }
  #body_content h2.long {
    line-height: 130%; }

footer {
  margin: 25px 100px;
  font-size: 12px;
  color: #999;
  clear: both; }
